home *** CD-ROM | disk | FTP | other *** search
/ Holiday Press Kit 2004 Nintendo / Holiday PK 04 / html / css / styles.css
Encoding:
Cascading Style Sheet File  |  2004-01-01  |  1.0 KB  |  93 lines

  1. body {
  2.     
  3.     background-repeat: repeat;
  4.     font-family: Arial, Verdana, Helvetica, sans-serif;
  5.     font-size: 10pt;
  6.     color:#FFFFFF;
  7. }
  8.  
  9.  
  10. td {
  11.     font-family: Arial, Verdana, Helvetica, sans-serif;
  12.     font-size: 10pt;
  13.     font-weight: normal;
  14.     
  15. }
  16.  
  17. #quicklinks
  18. {
  19.     border-width: 1px;
  20.     border-style: solid;
  21.     border-color: #000000;
  22.     color: #FFFFFF;
  23.     font-family: Arial, Verdana, Helvetica, sans-serif;
  24.     font-size: 9pt;
  25.     font-weight: normal;
  26.     background-color: #666666;
  27.     
  28. }
  29.  
  30.  
  31. .productTitle
  32. {
  33.     font-size: 12pt;
  34.     color:#000000;
  35.     font-weight:bold;
  36.  
  37. }
  38.  
  39.  
  40. .publisher
  41. {
  42.     font-size: 10pt;
  43.     color:#000000;
  44.     
  45.  
  46. }
  47.  
  48. .iptext
  49. {
  50.     font-size: 10pt;
  51.     color:#000000;
  52. }
  53.  
  54. .license
  55. {
  56.     font-size: 10pt;
  57.     color:#000000;
  58. }
  59.  
  60.  
  61.  
  62. .products
  63. {
  64.     font-size: 10pt;
  65.     color:#000000;
  66.     font-weight:bold;
  67. }
  68.  
  69.  
  70. .arrow {
  71.     color:#3399FF;
  72.     font-weight: bold;    
  73.     font-size: 10pt;
  74. }
  75.  
  76.  
  77. a {    
  78.     color:#FFFFFF;
  79.     text-decoration: none;
  80. }
  81.  
  82.  
  83. a:hover {
  84.     color:#FF0000;
  85.     text-decoration:underline;    
  86. }
  87.  
  88.  
  89. .DocFormat {
  90.     font-size: 9pt;
  91.     color:#999999;
  92. }
  93.